home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / ComunesSafedisk / Sdisk32.exe / 0 / RCDATA / TMENSAJEDISCO / TMENSAJEDISCO.txt < prev   
Text File  |  2002-10-11  |  2KB  |  84 lines

  1. object MensajeDisco: TMensajeDisco
  2.   Left = 263
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MensajeDisco'
  7.   ClientHeight = 103
  8.   ClientWidth = 398
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ImageBitmap: TImage
  21.     Left = 17
  22.     Top = 14
  23.     Width = 32
  24.     Height = 32
  25.     Anchors = [akTop]
  26.     AutoSize = True
  27.     Picture.Data = {<image001.bmp>}
  28.     Transparent = True
  29.   end
  30.   object LabelMensaje: TLabel
  31.     Left = 66
  32.     Top = 10
  33.     Width = 317
  34.     Height = 59
  35.     Anchors = [akTop]
  36.     AutoSize = False
  37.     Caption = 'Mensaje ....'
  38.     Color = 15202303
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'Tahoma'
  43.     Font.Style = []
  44.     ParentColor = False
  45.     ParentFont = False
  46.     Transparent = True
  47.     WordWrap = True
  48.   end
  49.   object BtnAceptar: TPlaButton
  50.     Left = 231
  51.     Top = 73
  52.     Width = 73
  53.     Height = 21
  54.     Anchors = [akRight, akBottom]
  55.     Caption = '&Aceptar'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'Tahoma'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     TabOrder = 0
  63.     OnClick = BtnAceptarClick
  64.     ModalResult = 1
  65.   end
  66.   object BtnCancelar: TPlaButton
  67.     Left = 315
  68.     Top = 73
  69.     Width = 73
  70.     Height = 21
  71.     Anchors = [akRight, akBottom]
  72.     Caption = '&Cancelar'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'Tahoma'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 1
  80.     OnClick = BtnCancelarClick
  81.     ModalResult = 2
  82.   end
  83. end
  84.